home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global z
- if z = 0 then
- SetCursor(#none)
- else
- if z = 1 then
- SetCursor(#normal)
- else
- if z = 2 then
- SetCursor(#wait)
- else
- if z = 3 then
- SetCursor(#updown)
- else
- if z = 4 then
- SetCursor(#leftright)
- else
- if z = 5 then
- SetCursor(#hand)
- end if
- end if
- end if
- end if
- end if
- end if
- set z to z + 1
- if z = 6 then
- set z to 0
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-